DigitalWalletDetails

class DigitalWalletDetails(val walletBrand: DigitalWalletDetails.WalletBrand, val buyerId: String?)

Details about a digital wallet (QR code) payment.

Constructors

Link copied to clipboard
constructor(walletBrand: DigitalWalletDetails.WalletBrand, buyerId: String?)

Types

Link copied to clipboard
class Builder(walletBrand: DigitalWalletDetails.WalletBrand, buyerId: String? = null)

Lets developers create and configure digital wallet details for automated testing.

Link copied to clipboard

The brand used for a digital wallet payment. This enum maps 1:1 to the Payments API DigitalWalletDetails brand.

Properties

Link copied to clipboard

the ID of the buyer in the digital wallet system (e.g. $cashtag for Cash App)

Link copied to clipboard

the brand of the digital wallet used for the payment (e.g. Cash App, PayPay)